OcrConfiguration
data class OcrConfiguration( var languages: List<String>? = null, var outputFormats: EnumSet<ScanConfiguration.OcrOutputFormat> = OcrOutputFormat.ALL) : Serializable
Constructors
Link copied to clipboard
constructor(languages: List<String>? = null, outputFormats: EnumSet<ScanConfiguration.OcrOutputFormat> = OcrOutputFormat.ALL)